Graphic Layer Schema
SYMBOL Element
See Also  Send comments on this topic.
Graphic Layer Schema : SYMBOL Element

Glossary Item Box

Description

Parent tag for symbology.

Diagram

TRUETYPEMARKERSYMBOL Element SIMPLEPOLYGONSYMBOL Element SIMPLEMARKERSYMBOL Element SIMPLELINESYMBOL Element RASTERMARKERSYMBOL Element RASTERFILLSYMBOL Element GROUPSYMBOL Element COMPLEXPOLYGONSYMBOL Element COMPLEXLINESYMBOL Element Sequence SYMBOL Element

Overview

SYMBOL
Parent tag for symbology.
Sequence
COMPLEXLINESYMBOL
Used to symbolize line features. Provides additional symbology options beyond SIMPLELINESYMBOL.
COMPLEXPOLYGONSYMBOL
Used to symbolize polygon features. Provides additional symbology options beyond SIMPLEPOLYGONSYMBOL.
GROUPSYMBOL
Used to symbolize features with multiple symbols acting as a single symbol (e.g., a freeway line symbol consists of a group of 3 line symbols).
RASTERFILLSYMBOL
Symbolizes polygon features using the specified image as a fill symbol.
RASTERMARKERSYMBOL
Symbolizes point features using the specified raster image.
SIMPLELINESYMBOL
Used to symbolize line features.
SIMPLEMARKERSYMBOL
Used to symbolize point features using one of the predefined symbol types: circle, square, cross, triangle, star, X, or diamond.
SIMPLEPOLYGONSYMBOL
Used to symbolize polygon features.
TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.

Examples

Graphics Layer file (*.apg); Photo Layer file (*.aph).

Source

<xs:element name="SYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Parent tag for symbology.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="apg:COMPLEXLINESYMBOL" />
      <xs:element ref="apg:COMPLEXPOLYGONSYMBOL" />
      <xs:element ref="apg:GROUPSYMBOL" />
      <xs:element ref="apg:RASTERFILLSYMBOL" />
      <xs:element ref="apg:RASTERMARKERSYMBOL" />
      <xs:element ref="apg:SIMPLELINESYMBOL" />
      <xs:element ref="apg:SIMPLEMARKERSYMBOL" />
      <xs:element ref="apg:SIMPLEPOLYGONSYMBOL" />
      <xs:element ref="apg:TRUETYPEMARKERSYMBOL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.